Updating Clang Version to 11.0.0 - #6695
Conversation
|
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #6695 +/- ##
===============================================
Coverage ? 10.64%
===============================================
Files ? 109
Lines ? 18654
Branches ? 0
===============================================
Hits ? 1985
Misses ? 16669
Partials ? 0 Continue to review full report at Codecov.
|
|
@codereport should we push this to 0.18? |
Yep, let's do that. |
|
@codereport maybe we can get to this in 0.19. |
Yea sorry, this has been on the back burner. Will be one of my focuses in .19 |
|
Hi there. I'm curious about the state of this PR. How about it now? |
|
Moving to 21.08 |
Hey @ttnghia, this has been on the back burner for a while. Once I finish with the AST PR Vyas and I are working on, this will be next on my list of things to do. |
dillon-cullinan
left a comment
There was a problem hiding this comment.
These lines should be removed. Update the clang version in the integration repo.
|
@codereport we're missing a really great opportunity to title this PR “Turn Clang up to 11” |
|
rerun tests |
1 similar comment
|
rerun tests |
Follow up PR to: NVIDIA/cudf#6695. Performing the same changes but for `rapidsai/rmm` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Rong Ou (https://github.com/rongou) - Christopher Harris (https://github.com/cwharris) - Dillon Cullinan (https://github.com/dillon-cullinan) URL: #814
Follow up PR to: NVIDIA/cudf#6695. Performing the same changes but for `rapidsai/cuspatial` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Dillon Cullinan (https://github.com/dillon-cullinan) - H. Thomson Comer (https://github.com/thomcom) URL: #426
|
@gpucibot merge |
Follow up PR to: NVIDIA/cudf#6695. Performing the same changes but for `rapidsai/cugraph` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Dillon Cullinan (https://github.com/dillon-cullinan) - Chuck Hastings (https://github.com/ChuckHastings) URL: #1688
Follow up PR to: NVIDIA/cudf#6695. Performing the same changes but for `rapidsai/cuml` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - William Hicks (https://github.com/wphicks) - AJ Schmidt (https://github.com/ajschmidt8) - Robert Maynard (https://github.com/robertmaynard) - Dante Gama Dessavre (https://github.com/dantegd) URL: #4029
Follow up PR to: NVIDIA/cudf#6695. Performing the same changes but for `rapidsai/cuml` Depends on: rapidsai/integration#304 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - William Hicks (https://github.com/wphicks) - AJ Schmidt (https://github.com/ajschmidt8) - Robert Maynard (https://github.com/robertmaynard) - Dante Gama Dessavre (https://github.com/dantegd) URL: NVIDIA#4029
This resolves: #5187
PR description copied from: NVIDIA/cuml#3121
Depends on: rapidsai/integration#304
This PR will upgrade the clang version required to 11.0.0 in order to enable us with running clang-tidy on .cu files, while running on cuda v11. See NVIDIA/raft#88 for more details.
CI will not pass as the underlying conda-env still uses 8.0.1. Once we have the rapids-build-env meta package updated, this should pass.
Fixes from Clang 8.0.1 to Clang 11.0.0 (that are observed in delta)
To do list: